home *** CD-ROM | disk | FTP | other *** search
- // Menudefinition for M_COLORPRESETS
-
- MENU M_COLORPRESETS
- {
- SUBMENU IDS_PAINT_FILE
- {
- IDP_COLOR_NEWFOLDER;
- SEPARATOR;
- IDP_COLOR_REVERT;
- IDP_COLOR_SAVEASDEFAULT;
- SEPARATOR;
- IDP_COLOR_IMPORT;
- IDP_COLOR_EXPORTSELECTION;
- IDP_COLOR_EXPORTVISIBLE;
- SEPARATOR;
- IDM_CM_CLOSEWINDOW;
- }
-
- SUBMENU IDS_PAINT_EDIT
- {
- IDP_COLOR_RENAME;
- IDP_COLOR_DUPLICATE;
- IDP_COLOR_DELETE;
- }
-
- SUBMENU IDS_PAINT_COLOR_GROUP
- {
- IDP_COLOR_GROUPS;
- }
-
- SUBMENU IDS_PAINT_COLOR_VIEW
- {
- IDP_COLOR_ASLIST;
- IDP_COLOR_ASICON;
- SEPARATOR;
- IDP_COLOR_SMALLICONS;
- IDP_COLOR_MEDIUMICONS;
- IDP_COLOR_LARGEICONS;
- }
- }
-